home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / link < prev    next >
Encoding:
Text File  |  1993-10-26  |  357 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           link ?-sym? srcpath destpath
  4.                Create a directory entry, destpath, linking it  to  the
  5.                existing  file,  srcpath.  If -sym is specified, a sym-
  6.                bolic link, rather than a hard link, is created.   (The
  7.                -sym  option  is only available on systems that support
  8.                symbolic links.)
  9.